home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Tele / W-Z / ZipExtr.1d6.cpt / zip extract docs next >
Text File  |  1991-10-29  |  3KB  |  72 lines

  1. Zip Extract 0.1d6 
  2. -----------------
  3.  
  4. Zip Extract is a Tabby utility that extracts 'zipped' packets (usually received
  5. from Ms-Dos based Hosts)
  6.  
  7. The istallation is very simple:
  8.  
  9. Tabby Users:
  10.  
  11.  - copy Zip Extract in the same folder of TabbyNet and the other Tabby
  12.    applications.
  13.  - open Tabby Maint and modify the sequence of applications for each events
  14.    replacing ArcMail Extract with Zip Extract. Zip Extract will launch ArcMail
  15.    Extract if the packet is not 'zipped'.
  16.  - if you want to always run ArcMail Extract after Zip Extract, write "1" into STR #1134,
  17.    write "0" if you want to run ArcMail Extract only if Zip Extract can't expand some files.
  18.  - if you receive crashmail calls you should modify also the STR #305 of TabbyNet
  19.  - if you use Tabby Robot for crashmail you must modify the STR# 301 resource
  20.    of Tabby Robot replacing ArcMail Extract with Zip Extract.
  21.  
  22. Copernicus Users:
  23.  
  24.  - as released Zip Extract is set to work with Tabby. To use Zip Extract with
  25.    Copernicus you need to modify these STR resources, usually you need to change
  26.    'Tabby' with 'Common Folder' and the 'Generic' file to 'Common'.
  27.     
  28.     - STR #1128 : pathname of the "Extract Mail" file (partial path is ok)
  29.     - STR #1129 : pathname of the "Mail Received" file (partial path is ok)
  30.     - STR #1130 : application to launch if Zip Extract can't expand some files 
  31.                   (usually ArcMail Extract) . It is always launched if STR #1134 = "1"
  32.     - STR #1131 : pathname of the "Work File" file, it MUST BE in the same folder
  33.                   as "Extract Mail"
  34.     - STR #1132 : pathname of the log file.
  35.     - STR #1133 : pathname of the 'Generic' file.
  36.     - STR #1134 : if "1" Zip Extract always launch the application in STR #1130
  37.                   if "0" Zip Extract launch that applications only if it cannot expand some files.
  38.         
  39. Shareware fee: if you like Zip Extract and you find it useful, I have set the
  40. shareware fee to $10, I have a few other ideas for Fidonet utilities, your registration can help
  41. me to found the time to develop them ;-). 
  42.  
  43. My address is:
  44.  
  45. Massimo Senna
  46. via Calchi 5
  47. 27100 PAVIA ITALY
  48.  
  49.  
  50. Fidonet: 2:331/313
  51. CIS    : 71531,32
  52. BIX    : msenna
  53. AppleLink : ITA0245
  54.  
  55. HISTORY
  56. -------
  57. v.0.1d6:    - Now checks StackSpace() before starting, Zip Extract tries to set the Stack to at least
  58.               16K, if it fails it exits and signals the error in the log file. In this case it will
  59.               never launch ArcMail Extract even if the STR# 1134 is set to '1'.
  60. v.0.1d5:    - Recompiled with Think C 5.0.1
  61.               + Added STR #1134 to always launch the application set by STR #1130 after Zip Extract
  62.               + Zip Extract now doesn't overwrite existing files while unpacking, it renames the
  63.                 new file and write the new name in the Tabby Log.
  64. v.0.1d4 :   - Fixed a bug in the 'exploding' code (it caused some 'skip file' errors 
  65.                   on files compacted with a (very) old version of PKZip).
  66.                 - Added STR #1133 to change also the pathname of 'Generic' file.
  67. v.0.1d3 :     - Fixed bug in launch code under Finder
  68.             - now uses Tabby Log file
  69.             - added STR resources for Copernicus compatibility
  70.             - fixed wrong 'no free space on volume' errors
  71. v.0.1    :    - first release
  72.